object Form9: TForm9 Left = 332 Top = 188 BorderIcons = [] BorderStyle = bsDialog Caption = 'Form9' ClientHeight = 372 ClientWidth = 452 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter PixelsPerInch = 96 TextHeight = 13 object Label6: TLabel Left = 9 Top = 16 Width = 73 Height = 13 Caption = 'Number of files:' end object NumFilesLabel: TLabel Left = 95 Top = 16 Width = 34 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '0' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label8: TLabel Left = 137 Top = 16 Width = 74 Height = 13 Caption = 'Processed files:' end object ProcFilesLabel: TLabel Left = 231 Top = 16 Width = 34 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '0' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label1: TLabel Left = 296 Top = 16 Width = 63 Height = 13 Caption = 'Elapsed time:' end object lTime: TLabel Left = 373 Top = 16 Width = 44 Height = 13 Caption = '0:00:00' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object ProgressBar1: TProgressBar Left = 11 Top = 44 Width = 430 Height = 17 TabOrder = 0 end object Memo1: TMemo Left = 11 Top = 75 Width = 430 Height = 126 ReadOnly = True ScrollBars = ssVertical TabOrder = 1 end object pShots: TPanel Left = 8 Top = 216 Width = 435 Height = 110 BevelOuter = bvLowered TabOrder = 2 end object Button1: TButton Left = 184 Top = 336 Width = 75 Height = 25 Caption = 'Stop' TabOrder = 3 OnClick = Button1Click end end